home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / f.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  259 b   |  18 lines

  1. on exitFrame
  2.   startTimer()
  3.   if rollOver(4) then
  4.     go("CAPJ")
  5.   else
  6.     if rollOver(5) then
  7.       go("CAPE")
  8.     else
  9.       if rollOver(2) then
  10.         go(the frame)
  11.       else
  12.         startTimer()
  13.         go("start")
  14.       end if
  15.     end if
  16.   end if
  17. end
  18.